
Command Line: diskspd.exe -c10G -t2 -d60 -o8 -b8k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 8192
		using random I/O (alignment: 8192)
		number of outstanding I/O operations: 8
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   5.10%|   0.68%|    4.43%|  94.91%
   1|   3.62%|   0.34%|    3.28%|  96.42%
-------------------------------------------
avg.|   4.36%|   0.51%|    3.85%|  95.66%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       498049024 |        60797 |       7.92 |    1013.13 |    7.904 |    38.981 | test.dat (10240MB)
     1 |       488873984 |        59677 |       7.77 |     994.47 |    8.052 |    38.840 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         986923008 |       120474 |      15.68 |    2007.59 |    7.977 |    38.911

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       398172160 |        48605 |       6.33 |     809.96 |    7.005 |    31.708 | test.dat (10240MB)
     1 |       391151616 |        47748 |       6.22 |     795.68 |    7.183 |    32.302 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         789323776 |        96353 |      12.54 |    1605.64 |    7.093 |    32.004

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        99876864 |        12192 |       1.59 |     203.17 |   11.489 |    59.606 | test.dat (10240MB)
     1 |        97722368 |        11929 |       1.55 |     198.79 |   11.530 |    57.923 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         197599232 |        24121 |       3.14 |     401.96 |   11.509 |    58.780


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.034 |      0.039 |      0.034
   25th |      0.084 |      0.088 |      0.085
   50th |      0.177 |      0.197 |      0.180
   75th |      4.441 |      0.906 |      2.585
   90th |     12.408 |      1.326 |     11.466
   95th |     21.946 |     59.593 |     23.042
   99th |    278.637 |    386.205 |    284.367
3-nines |    312.219 |    627.552 |    410.481
4-nines |    373.311 |    745.919 |    712.273
5-nines |    468.951 |    758.605 |    757.498
6-nines |    468.951 |    758.605 |    758.605
7-nines |    468.951 |    758.605 |    758.605
8-nines |    468.951 |    758.605 |    758.605
9-nines |    468.951 |    758.605 |    758.605
    max |    468.951 |    758.605 |    758.605
